- zero-based array
- массив с нулевой базой
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Англо-русский словарь по вычислительной технике и информационным технологиям - 4-е изд.. Сергей Орлов .
Zero-based numbering — is numbering in which the initial element of a sequence is assigned the index 0, rather than the index 1 as is typical in everyday circumstances. Under zero based numbering, the initial element is sometimes termed the zeroth element, rather than… … Wikipedia
zero-based indexing — noun The method of indexing a vector or any data structure implemented using a vector (commonly a string or a multidimensional array) with non negative integers; i.e. starting with 0 … Wiktionary
Array — In computer science an array [Paul E. Black, array , in Dictionary of Algorithms and Data Structures , Paul E. Black, ed., U.S. National Institute of Standards and Technology. 26 August 2008 (accessed 10 September 2008).… … Wikipedia
Array data type — Not to be confused with Array data structure. In computer science, an array type is a data type that is meant to describe a collection of elements (values or variables), each selected by one or more indices that can be computed at run time by the … Wikipedia
Array slicing — In computer programming, array slicing is an operation that extracts certain elements from an array and packages them as another array, possibly with different number of indices (or dimensions) and different index ranges. Two common examples are… … Wikipedia
Zero-energy building — BedZED zero energy housing in the UK A zero energy building, also known as a zero net energy (ZNE) building, Net Zero Energy Building (NZEB), or Net Zero Building, is a popular term to describe a building with zero net energy consumption and zero … Wikipedia
Bit array — A bit array (or bitmap, in some cases) is an array data structure which compactly stores individual bits (boolean values). It implements a simple set data structure storing a subset of {1,2,..., n } and is effective at exploiting bit level… … Wikipedia
F-Zero GX — Infobox VG title=F Zero GX caption=Box art for the North American version developer=Amusement Vision (Sega)cite web|url= http://www.gamespot.com/gamecube/driving/fzero/news.html?sid=2858754|title=Sega and Nintendo form developmental… … Wikipedia
Flip-chip pin grid array — (FC PGA or FCPGA) is a form of pin grid array processor architecture package in which the die faces downwards on the top of the CPU with the back of the die exposed. This allows the die to have a more direct contact with the heatsink or other… … Wikipedia
Heap (data structure) — This article is about the programming data structure. For the dynamic memory area, see Dynamic memory allocation. Example of a complete binary max heap In computer science, a heap is a specialized tree based data structure that satisfies the heap … Wikipedia
In-place matrix transposition — In place matrix transposition, also called in situ matrix transposition, is the problem of transposing an N imes M matrix in place in computer memory: ideally with O(1) (bounded) additional storage, or at most with additional storage much less… … Wikipedia